baubs git
vitest.config.ts copilot/create-shared-infocard-component (7c3f79ae) Text, 192 B
import { defineConfig } from "vitest/config";
export default defineConfig({
test: {
globals: true,
environment: "jsdom",
include: ["src/**/*.{test,spec}.{js,ts,tsx}"],
},
});
Served by rngit 1.3.3 - Generated in 0.03s